home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / examples / artmap.README < prev    next >
Text File  |  1994-04-25  |  3KB  |  75 lines

  1. ************************************************************************
  2. Example: artmap.xxx    ARTMAP letters network
  3. ************************************************************************
  4.  
  5. Problem description:
  6. ====================
  7.  
  8. The ARTMAP letters network shows the supervised classification of
  9. input patterns by an ARTMAP network. The ARTMAP network consits of two
  10. ART1 networks combined by a MAP-field. The input patterns are similar
  11. to the patterns of the 'letters' pattern file, except that these
  12. patterns are in 'complement coding' notation, i.e. there exists an
  13. original 5x7 input matrix representing capital letters and its
  14. inverse, combined into (5*7)+(5*7) = 70-dimensional vector.  The
  15. desired output is coded by the last 5 elements of each input pattern,
  16. giving a 75-dimensional input pattern alltogether.  (for
  17. implementation reasons this desired output is given here as an
  18. additional component of the input).
  19.  
  20. See the SNNS user manual for a more detailed description of the ARTMAP
  21. implementation in SNNS.
  22.  
  23.  
  24. Pattern-Files:    artmap.pat
  25. ==============
  26.  
  27. The pattern-file letters.pat contains 26 binary input patterns with values
  28. of 0 and 1 representing capital letters in a 5x7 input matrix.
  29.  
  30.  
  31. Network-Files:    artmap.net
  32. ==============
  33.  
  34. This network file contains a trained ARTMAP network for the letter
  35. classification task described above. The standard configuration file
  36. for this network is artmap.cfg (one 2D display only).
  37.  
  38. You may generate your own ARTMAP network with the BIGNET tool from the
  39. Info-Panel of SNNS. This automatically generates all units and the
  40. necessary connections.
  41.  
  42. Because the unit types and link structure are highly specialized in
  43. ARTMAP we strongly urge you only to use this tool to generate ARTMAP
  44. networks in SNNS.
  45.  
  46.  
  47. Config-Files:    artmap.cfg    
  48. =============    
  49.  
  50.  
  51. Result-Files:    (none)
  52. =============
  53.  
  54.  
  55. Hints:
  56. ======
  57.  
  58. Read the chapter about ARTMAP in the SNNS manual very carefully!
  59.  
  60. Note that ARTMAP needs a special network initialization function 
  61.     (REMOTE panel: OPTIONS select init function: ARTMAP_Weights).
  62. Note that there exist two different ARTMAP update functions: 
  63.     (REMOTE panel: OPTIONS select update function: ARTMAP_Synchronous
  64.                         or     ARTMAP_Stable)
  65. Note that ARTMAP needs a special learning function:
  66.     (REMOTE panel: OPTIONS select learning function: ARTMAP)
  67. These should already be set when loading the example ARTMAP network.
  68.  
  69.  
  70. There exists additional documentation in form of the diploma
  71. thesis of Kai-Uwe Herrmann (in German), available via anon. ftp
  72. from our public ftp server ftp.informatik.uni-stuttgart.de under
  73. /pub/SNNS/NN-papers-german/herrmann_kaiuwe_DA.ps.Z
  74.  
  75. ************************************************************************